BotaSenderMissingChunk Struct ReferenceBOTA Sender API

Detailed Description

Structure describing a data chunk that was reported missing by at least one recipient.

Data Fields

uint32_t offset
 Offset of the missing data chunk. More...
 
uint64_t requestTime
 Time at which first BULK_MISSING.request for that chunk was received. More...
 

Field Documentation

◆ offset

uint32_t BotaSenderMissingChunk::offset

Offset of the missing data chunk.

◆ requestTime

uint64_t BotaSenderMissingChunk::requestTime

Time at which first BULK_MISSING.request for that chunk was received.


The documentation for this struct was generated from the following file:
Go to Top